home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / fdc_320.zip / FDC.CFG < prev    next >
Text File  |  1991-08-14  |  6KB  |  170 lines

  1. ;   ╔═════════╗
  2. ;   ║ FDC.CFG ║ File Download Counter (tm) Version 3.20
  3. ;   ╚═════════╝
  4. ;
  5. ;   Copyright 1990-91 (C) by Brandon M. Bachman, All Rights Reserved.
  6. ;
  7. ;   This is the configuration file FDC reads to determine how to process
  8. ;   each DIR file and create bulletins.  Use a ";" to specify a comment
  9. ;   line.
  10. ;
  11. ;───────────────────────────────────────────────────────────────────────────
  12. ;
  13. ;
  14. ;  DOWNLOAD=  The full path and file name of your download.txt file.  This
  15. ;  ────────   is a file that is created by PCBoard that records all
  16. ;             downloads and uploads from your system.  The default is
  17. ;             "DOWNLOAD.TXT" if commented out.
  18. ;
  19. DOWNLOAD=DOWNLOAD.TXT
  20. ;
  21. ;───────────────────────────────────────────────────────────────────────────
  22. ;
  23. ;  PCBLIST= The full path and file name of a DIR.LST file created by
  24. ;  -------  PCBoard which contains path names to all the DIR's in that
  25. ;           conference.  You may list as many PCBLIST files as you would
  26. ;           like.
  27. ;
  28. ;  DIR= The full path and file name of a DIR (directory listing) file you
  29. ;  ───  would like FDC to search, edit, and update.  You may list as many
  30. ;       DIR files as you would like.
  31. ;
  32. PCBLIST=DIR.LST
  33. ;
  34. ;DIR=DIR1
  35. ;DIR=DIR2
  36. ;DIR=DIR3
  37. ;DIR=DIR4
  38. ;DIR=DIR5
  39. ;DIR=DIR6
  40. ;DIR=DIR7
  41. ;DIR=DIR8
  42. ;DIR=DIR9
  43. ;DIR=DIR10
  44. ;DIR=DIR11
  45. ;DIR=DIR12
  46. ;DIR=DIR13
  47. ;DIR=DIR14
  48. ;DIR=DIR15
  49. ;DIR=DIR16
  50. ;
  51. ;───────────────────────────────────────────────────────────────────────────-
  52. ;
  53. ;  BACKUP= Do you want FDC to back up you DIR files before editing?
  54. ;  ──────  Fill in with YES or NO, default is NO if commented out.
  55. ;
  56. BACKUP=N
  57. ;
  58. ;───────────────────────────────────────────────────────────────────────────-
  59. ;
  60. ;  PURGE= The number of days you would like FDC to store unfound
  61. ;  ─────  downloads on disk.  If set to 7 FDC will purge any files wich
  62. ;         have been stored for 7 or more days.  Specify 0 if you do not
  63. ;         want FDC to store unfound filenames on disk.
  64. ;
  65. PURGE=7
  66. ;
  67. ;───────────────────────────────────────────────────────────────────────────-
  68. ;
  69. ;  LOG=  The full path and file name of a log of FDC's activities.  Comment
  70. ;  ───   this out if you do not want FDC to update a log file.  FDC's log
  71. ;        file uses the same standard as PCBoard 14.x.  This allows you to
  72. ;        to record PCBoard activity and FDC activity in the same CALLER log
  73. ;        file.  Hopefully this will your system cut down on many log files.
  74. ;
  75. LOG=CALLER
  76. ;
  77. ;───────────────────────────────────────────────────────────────────────────
  78. ;                     ┌────────────────────────┐
  79. ;                     │ DIR EDITING PARAMETERS │
  80. ;                     └────────────────────────┘
  81. ;
  82. ;  STYLE= The style of editing you would like FDC on the above listed DIR
  83. ;  ─────  files when counting the number of times a file has been
  84. ;         downloaded.
  85. ;
  86. ;         0 - Do not edit DIR files.  Create only a bulletin.
  87. ;
  88. ;         1 - Put the download count on the first line of the description,
  89. ;             and word wrap to the next line according to the position of
  90. ;             the '|' character found.  If no secondary description line is
  91. ;             found then FDC will word wrap to the XX character specified
  92. ;             by CHAR=.
  93. ;
  94. ;         2 - Put the download count on the first line of the description,
  95. ;             but do not word wrap. Truncate the description.
  96. ;
  97. ;         3 - Add a secondary line to the description of the file that
  98. ;             records the download count as:  "| <12> times downloaded"
  99. ;
  100. ;             FDC will position this string according to the XX character
  101. ;             specified by CHAR=.
  102. ;
  103. STYLE=3
  104. ;
  105. ;
  106. ;  CHAR=  The default character position you would like FDC to word
  107. ;  ────   wrap on if it does not find a secondary description line.
  108. ;         The default is 32 which is the same as PCBoard.
  109. ;
  110. CHAR=32
  111. ;
  112. ;
  113. ;────────────────────────────────────────────────────────────────────────────
  114. ;                ┌──────────────────────────────────────┐
  115. ;                │ TEXT DISPLAY AROUND DOWNLOAD COUNTER │
  116. ;                └──────────────────────────────────────┘
  117. ;
  118. ;  This paramter lets you choose the text that is displayed before
  119. ;  and after the download counter.  Specify the location of the
  120. ;  download count by using the macro @FDC@.  This parameter is only
  121. ;  used when STYLE= is 3 or 4 (see above).
  122. ;
  123. ;  NOTE: BEFORE you CHANGE this parameter it is mandatory that you strip
  124. ;        all PRIOR entries in your DIR files of the old TEXT= format.
  125. ;        To do this type "FDC /STRIP" at DOS, then change this parameter
  126. ;        and run "FDC /START".
  127. ;
  128. ;        FDC will ONLY strip lines in your DIR files that are *exact*
  129. ;        matches in the format of TEXT= option.
  130. ;
  131. ;  Uncomment the one of your choosing, or design your own.  Notice
  132. ;  example #3 includes PCBoard 14.5 color codes around the @FDC@ to
  133. ;  highlight the download count with a special color.
  134. ;
  135. ;
  136. ;  TEXT=<@FDC@> times downloaded.
  137. ;
  138. TEXT=Downloaded @FDC@ times.
  139. ;
  140. ;  TEXT=Downloaded @X0A@@FDC@@X0E times.
  141. ;
  142. ;
  143. ;───────────────────────────────────────────────────────────────────────────-
  144. ;                        ┌─────────────────────┐
  145. ;                        │ VIDEO MODE SETTINGS │
  146. ;                        └─────────────────────┘
  147. ;
  148. ;  VIDEO= The video type you would like FDC to use with your monitor.
  149. ;  ─────  Listed below are the valid options.  Use this parameters only
  150. ;         if you absoutley have to.  FDC is smart enough to detect
  151. ;         your video type and will use that as the default.  These
  152. ;         are to override what FDC detects.
  153. ;
  154. ;         0 - Turn on direct screen writes
  155. ;         1 - Turn on direct screen writes w/CGA snow elimination
  156. ;         2 - Turn on BIOS screen writes
  157. ;         3 - Turn on monochrome attribute translation
  158. ;         4 - Turn off monochrome attribute translation
  159. ;
  160. ;  SCREEN= Sets the number of lines on the display.  Valid numbers are:
  161. ;  ──────
  162. ;          25 - All video adapters (default)
  163. ;          43 - EGA
  164. ;          50 - VGA
  165. ;
  166. ; VIDEO=3
  167. ; SET_LINES=43
  168. ;
  169. ;────────────────────────────────────────────────────────────────────── <END>
  170.